home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT10.Dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  274 b   |  16 lines

  1. on exitFrame
  2.   set data to random(3)
  3.   set data to random(2)
  4.   if the visible of sprite 3 then
  5.   else
  6.     if the visible of sprite 4 then
  7.     else
  8.       if the visible of sprite 5 then
  9.       else
  10.         go(1, "EVENT11")
  11.       end if
  12.     end if
  13.   end if
  14.   go(the frame)
  15. end
  16.